home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / mac / MACF / MGER.DIR / 00315_Script_315 < prev    next >
Text File  |  1995-10-10  |  707b  |  35 lines

  1. on mouseUp
  2.   global EVis,EPup,FVis,FPup
  3.   if EVis = TRUE then
  4.     puppetSprite 48,TRUE
  5.     set the visible of sprite 48 = TRUE
  6.   else
  7.     puppetSprite 48,TRUE
  8.     set the visible of sprite 48 = FALSE
  9.   end if
  10.   
  11.   if EPup = TRUE then
  12.     set the puppet of sprite 48 = TRUE
  13.   else
  14.     set the puppet of sprite 48 = FALSE
  15.   end if  
  16.   
  17.   
  18.   if FVis = TRUE then
  19.     puppetSprite 45,TRUE
  20.     set the visible of sprite 45 = TRUE
  21.   else
  22.     puppetSprite 45,TRUE
  23.     set the visible of sprite 45 = FALSE
  24.   end if
  25.   
  26.   
  27.   puppetSprite 45,FALSE
  28.   play done
  29.     if FPup = TRUE then
  30.     set the puppet of sprite 45 = TRUE
  31.   else
  32.     set the puppet of sprite 45 = FALSE
  33.   end if  
  34. end
  35.